home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club (Business) 1997 July
/
Software of the Month Club - Business (Volume 239) (July 1997).iso
/
pc
/
code
/
h.dxr
/
00012.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-02-15
|
200 b
|
8 lines
on exitFrame
global gPuppetlines
repeat with OBJref in getaProp(gPuppetlines, #OBJects)
set Snum to getaProp(getaProp(gObjects, OBJref), #SpriteNum)
puppetSprite(Snum, 0)
end repeat
end